CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Newton iterative

搜索资源列表

  1. pipest

    0下载:
  2. 求圆周率的C#原代码 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8936
    • 提供者:小良
  1. Newton-iterative

    0下载:
  2. 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:991
    • 提供者:laviequev
  1. NewTon

    0下载:
  2. Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7852
    • 提供者:l
  1. newton

    0下载:
  2. 数值计算中的牛顿迭代求根问题c++的源代码-Newton iterative numerical root-finding problem in c++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:221984
    • 提供者:陈晨
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:269314
    • 提供者:cqgccc
  1. newton

    0下载:
  2. newton迭代解非线性方程组,使用工具是MATLAB,方便简单,程序清洗。-newton iterative solution of nonlinear equations, using the tools MATLAB, convenient and simple procedure to clean.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:王小帅
  1. newton

    0下载:
  2. 用newton迭代法求解非线性方程组的matlab主程序.-Solving nonlinear equations matlab main program using newton iterative method.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:964
    • 提供者:zhouzhou
  1. Newton-Iteration

    0下载:
  2. 利用牛顿迭代的方法求解非线性方程,求解出满足精度的数值解。-Newton iterative method for solving nonlinear equations, solving a numerical solution to meet the precision.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10167
    • 提供者:风禾
  1. Newton

    0下载:
  2. 用java写的通过牛顿迭代法计算某数的n次方根,可设置迭代次数,计算精度等.-java Newton iterative method for n-th root of a number of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:郑旭东
  1. newton

    0下载:
  2. 以mathematica9中文版来计算由牛顿迭代法产生的实根。因开发环境中没有mathematica,故只好选matlab.-Using mathematica9 to calculate the real root produced by the Newton iterative method. The station is estimated without.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3154
    • 提供者:天外飞仙
  1. Newton

    0下载:
  2. 牛顿迭代求解和相关处理代码,代码简单,计算快,是最常用的求解线性方程组方法-Newton iterative solution and associated processing code, the code is simple, fast calculation, is the most common method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2828
    • 提供者:maomao
  1. Newton

    0下载:
  2. 比较强壮,可以计算各种数据的数值算法牛顿迭代的程序。-The numerical algorithm for calculating various data is strong, and the numerical algorithm Newton iterative procedure.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:541
    • 提供者:Wind
  1. Newton

    0下载:
  2. 牛顿迭代法的一个实现例子 使用matlab编写的~-Newton iterative method of an implementation example of using matlab prepared ~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:473912
    • 提供者:liu
  1. Newton-shuzhifenxi

    0下载:
  2. 数值分析牛顿迭代法,直接带入即可解决问题-Newton iterative numerical analysis method to solve the problem directly into
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7569
    • 提供者:王凯
  1. Newton

    0下载:
  2. 牛顿法求换热器Newton iterative numerical analysis method to solve the problem directly into-Newton iterative numerical analysis method to solve the problem directly into
  3. 所属分类:mathematica

    • 发布日期:2017-05-01
    • 文件大小:42822
    • 提供者:杜鑫成
  1. Newton

    0下载:
  2. 牛顿迭代法的实现,应用此程序,封装成函数,即可调用。(Newton iterative method, the application of this program, packaged as a function, you can call.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:15360
    • 提供者:helloworldd
  1. Newtonddf

    0下载:
  2. 内附Newton迭代法求解非线性方程和非线性方程组的M文件 li6_26fun.m,dli_26fun.m存储非线性方程及其微分函数 li6_28fun.m,Jli_26fun.m存储非线性方程组及其Jacobi矩阵函数(Containing Newton iterative method for solving nonlinear equations and nonlinear equations of the M file Li6_26fun.m, dli_26fun.m stored
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:Mathematic
  1. Newton

    0下载:
  2. 回溯先搜索法梯度下降法与牛顿迭代算法结合的MATLAB例程(Backtracking first search method, gradient descent method and Newton iterative algorithm combined with MATLAB routines)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:6035456
    • 提供者:carpinter
  1. Newton

    0下载:
  2. 简易牛顿迭代法小程序,方便广大数值计算算法爱好者,精度自定。(Simple Newton iterative method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:886784
    • 提供者:little青
  1. newton

    0下载:
  2. 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:196608
    • 提供者:summer3575
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com